| 1 |
new |
Creates a new project, configuration file, or solution based on the specified template |
| 2 |
restore |
Restores the dependencies and tools of a project. |
| 3 |
build |
Builds a project and all of its dependencies. |
| 4 |
Run |
Runs source code without any explicit compile or launch commands. |
| 5 |
publish |
Packs the application and its dependencies into a folder for deployment to a hosting system. |
| 6 |
test |
Executes unit tests. |
| 7 |
test |
Runs tests from the specified files. |
| 8 |
pack |
Packs the code into a NuGet package. |
| 9 |
clean |
Cleans the output of a project. |
| 10 |
sln |
Modifies a .NET Core solution file |
| 11 |
help |
Display help on the specified command |
| 12 |
store |
Stores the specified assemblies in the runtime package store. |